home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7488 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1015 b 

  1. Path: bignews.shef.ac.uk!not-for-mail
  2. From: secb2%teach@dcs.shef.ac.uk (Allatt MD)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Slight problem with DICE
  5. Date: 17 Apr 1996 14:05:21 GMT
  6. Organization: Department of Computer Science, University of Sheffield
  7. Message-ID: <4l2tr1$a60@bignews.shef.ac.uk>
  8. NNTP-Posting-Host: suna30.dcs.shef.ac.uk
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I'm having a slight problem with my DICE compiler - 
  12.  
  13. In my source code I have the line :
  14.  
  15. IntuitionBase=OpenLibrary("intuition.library",37L);
  16.  
  17. This is fine as far as all the magazines I have read, and all other sources of
  18. information as well, but my compiler keeps giving me a int-ptr conversion
  19. warning regarding the 37L part. This is getting extremely annoying as I want
  20. to test-run my programs with GoldED before I compile them in full, but
  21. GoldED will not allow you to run a program that displays a warning unless I
  22. play around with the arexx macro, but I don't really want to do that. 
  23. Does anyone know what I'm doing wrong?
  24.  
  25. Matt
  26.